home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / tactics_core.swf / scripts / DefineButton2_851 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  91 b   |  6 lines

  1. on(release){
  2.    play();
  3.    _parent.muted = false;
  4.    _parent.BGM.gotoAndStop("On");
  5. }
  6.